home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00027_top text script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
257 b
|
15 lines
property s
on beginSprite me
s = me.spriteNum
sprite(s).locZ = 1500
end
on switchtext me, thetitle
set the member of sprite s to "top title" && string(thetitle)
end
on growup me, themerit
set the member of sprite s to "top title" && themerit
end